home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-05 / xgate200.zip / XGATE.CFG < prev    next >
Text File  |  1992-11-22  |  8KB  |  199 lines

  1. ;==============================================================================
  2. ; XGATE Configuraton File
  3. ;------------------------------------------------------------------------------
  4. ; The C-Configuration option on XGATE's main menu can be used to double-check
  5. ; proper detection of configuration fields (except for the decode_header and
  6. ; scrap_mhs_attach fields which aren't shown).
  7. ;
  8. ; The format of the configuration file is very 'loose'.  Any amount of white
  9. ; space (tabs or spaces) can be used to separate a field name from its value.
  10. ; A semi-colon begins a comment.  Any leading white space before a comment is
  11. ; also discarded.
  12.  
  13. ;------------------------------------------------------------------------------
  14. ; MHS-Related Fields
  15. ;------------------------------------------------------------------------------
  16. mhs_path        sys:        ;Root path to MHS directory structure
  17.  
  18. mhs_gateway_name    smtp        ;Our gateway name under MHS
  19.  
  20. mhs_admin_errors    y        ;MHS administrator gets error messages
  21.  
  22. mhs_administrator    frailey        ;Send error messages to a different
  23.                     ;  name than the MHS administrator
  24.  
  25. mhs_default_host            ;If mail is received from SMTP without
  26.                     ;  specifying the MHS hub name it will
  27.                     ;  be sent to the user specified on the
  28.                     ;  local MHS hub unless overridden here.
  29.                     ;  (i.e. if it should go to a workgroup)
  30.  
  31. use_mhs_total_fields    n        ;Build MHS "Total-To:" & "Total-Cc-To:"
  32.                     ;  fields from SMTP messages
  33.  
  34. include_header        n        ;Whether to include entire SMTP header
  35.                     ;  in MHS messages
  36.  
  37. include_smtp_fields    RFTC        ;Include specific SMTP header fields
  38.                     ;  in MHS msg body:
  39.                     ;  (R=Reply-To:, F=From:, T=To:, C=Cc:)
  40.                     ;Note:  Only one of the previous three
  41.                     ;  options should probably be enabled
  42.                     ;  at one time.
  43.  
  44. ;------------------------------------------------------------------------------
  45. ; SMTP-Related Fields
  46. ;------------------------------------------------------------------------------
  47. smtp_gateway_name    mhs.com        ;Our host name on the SMTP side
  48.  
  49. smtp_default_host    darius.com    ;The default SMTP host to address a
  50.                     ;  message to if an MHS message doesn't
  51.                     ;  specify the destination SMTP host
  52.  
  53. smtp_user_suffix            ;Optional text appended to an MHS
  54.                     ;  user's name, before the gateway
  55.                     ;  host name, in the return address
  56.                     ;  (not normally used)
  57.  
  58. smtp_timezone        pst        ;Timezone stamped on outbound SMTP
  59.                     ;  dates if the MHS message didn't
  60.                     ;  use a UTC desigination (i.e. +0800)
  61.  
  62. smtp_exclude_mhs_hub    n        ;Excludes the MHS hub name when
  63.                     ;  building an SMTP return address
  64.  
  65. smtp_receipts        n        ;Generate an MHS return receipt for all
  66.                     ;  inbound SMTP mail
  67.  
  68. use_mhs_ret_rcpt    y        ;Ask for an SMTP receipt if the MHS
  69.                     ;  message had it on
  70.  
  71. ;------------------------------------------------------------------------------
  72. ; Uuencode-Related Fields
  73. ;------------------------------------------------------------------------------
  74. uuencode        y        ;Enable automatic uuencoding of
  75.                     ;  outbound MHS attachments, and
  76.                     ;  decode scanning of each inbound
  77.                     ;  SMTP message.
  78.  
  79.                     ;Decode headers:
  80.                     ;  These are fields automatically
  81.                     ;  embedded in the SMTP header when
  82.                     ;  it contains a uuencoded file.  The
  83.                     ;  idea is to automatically trip the
  84.                      ;  recipients mailer into decoding
  85.                     ;  the enclosed file.  Embedding %fn
  86.                     ;  will expand into the name of the
  87.                     ;  uuencoded file.  Decode headers
  88.                     ;  can be defined more than once -
  89.                     ;  but they all go in a message with
  90.                     ;  uuencoded files.
  91.  
  92. decode_header    Next-Attachment: %fn            ;  For Next Computers
  93. decode_header    Content-Type: x-uuencode-apple-single    ;  For Apple Computers
  94.  
  95. scrap_mhs_attach    *packed*    ;Scrap (don't uuencode) MHS attachments
  96. scrap_mhs_attach    *beyond*    ;  that have this filename.  This field
  97.                     ;  can be defined more than once.
  98.  
  99. ;------------------------------------------------------------------------------
  100. ; Miscellaneous Fields
  101. ;------------------------------------------------------------------------------
  102. scan_frequency        10        ;Scan for new mail every n seconds
  103.  
  104. black_and_white        n        ;Use black and white video mode
  105.  
  106. mute            n        ;Whether speaker beeps on errors
  107.  
  108. screen_save        0        ;Blank screen after this many minutes.
  109.                     ;  A value of 0 disables screen saver.
  110.  
  111. inbound_log                ;Path and filename of inbound log file
  112.                     ;  If aimed at a network volume, use
  113.                     ;  the set privs option in XSETUP.
  114.  
  115. outbound_log                ;Path and filename of outbound log file
  116.                     ;  If aimed at a network volume, use
  117.                     ;  the set privs option in XSETUP.
  118.  
  119. error_log                ;Path and filename of error log file
  120.                     ;  If aimed at a network volume, use
  121.                     ;  the set privs option in XSETUP.
  122.  
  123. ;------------------------------------------------------------------------------
  124. ; XSMTP Module Variables
  125. ;------------------------------------------------------------------------------
  126. watch_dog        10        ;Reboot the computer after this many
  127.                     ;  seconds if the process time slicer
  128.                     ;  is no longer running.  This only
  129.                     ;  works if hardware interrupts are
  130.                     ;  still functioning.  Using zero
  131.                     ;  disables the watchdog.  Otherwise,
  132.                     ;  a value below 10 results in 10.
  133.  
  134. max_xmit_processes    2        ;Maximum Concurrent Transmit Processes
  135.                     ;  This is normally at least 2 below
  136.                     ;  the number of TCP resources at which
  137.                     ;  the FTP kernel runs with (in order
  138.                     ;  to always support at least x number
  139.                     ;  of receive processes).  The FTP
  140.                     ;  kernel defualts to 4 TCP resources
  141.                     ;  unless started otherwise with its
  142.                     ;  -t switch.
  143.  
  144. reschedule_minutes    5        ;The number of minutes to wait before
  145.                     ;  reattempting an outbound message
  146.                     ;  which fails to connect.
  147.  
  148. undeliverable_hours    72        ;Return mail to sender after this many
  149.                     ;  hours if unable to move the message.
  150.  
  151. scrollback_lines    40        ;SMTP Monitor scroll back lines.  If
  152.                     ;  expanded memory is present, this
  153.                     ;  value is ignored and a 64k buffer
  154.                     ;  (or as much as is available) is
  155.                     ;  allocated.
  156.  
  157. relay_mode        0        ;Relay Mode:
  158.                     ;  0 = Attempt direct delivery first
  159.                     ;      using domain name servers.
  160.                     ;      If resolve error or if host
  161.                     ;      unreachable, pass message to
  162.                     ;      to the relay host.
  163.                     ;  1 = Attempt passing message to
  164.                     ;      relay host first, if that fails
  165.                     ;      attempt direct delivery if one
  166.                     ;      or more name servers are given.
  167.  
  168. relay_host    129.194.30.5        ;Relay Host:
  169.                     ;  If specified, it must be a fully
  170.                     ;  qualified NUMERIC IP address.
  171.                     ;  If not specified, a name server must
  172.                     ;  be given below so direct delivery
  173.                     ;  can be attempted.
  174.  
  175. connect_timeout        15        ;Time to wait in seconds before
  176.                     ;  considering an outbound connection
  177.                     ;  timed out.
  178.  
  179.                     ;Domain Name Servers:
  180.                     ;  These must be fully qualified
  181.                     ;  NUMERIC IP addresses.  Up to 10
  182.                     ;  name servers can be defined by
  183.                     ;  repeating these variables.  An
  184.                     ;  address can be used more than once
  185.                     ;  in sequence to extend the response
  186.                     ;  time allowed for a particular name
  187.                     ;  server.
  188. name_server    129.194.30.5        ;1st name server (MyLocalUnixBox)
  189. name_server    192.112.36.5        ;2nd name server (NS.NIC.DDN.MIL)
  190. name_server    128.9.0.107        ;3rd name server (A.ISI.EDU)
  191.  
  192. domain_timeout        7        ;Domain Name Server Timeout.
  193.                     ;  Time to wait in seconds on each
  194.                     ;  name server before querying the
  195.                     ;  next name server.  If multiple
  196.                     ;  name servers are given, a late
  197.                     ;  response from a query to a previous
  198.                     ;  server will still be recognized.
  199.